Xbasic

OBJECT_NAME_EXPAND_EXT Function

Syntax

Object_Name_Expanded as C = OBJECT_NAME_EXPAND_EXT(C object_name, C object_class)

Arguments

object_name

The name of an object.

object_class

The type of object. See Object Types.

Description

Expand an object name (in an external data dictionary) from <object name> to <object name>@<data dictionary>

Discussion

OBJECT_NAME_EXPAND_EXT() is the same as OBJECT_NAME_EXPAND(), except that it checks an external dictionary (i.e. one that is not attached to the current database). In this case, Object_Name must be fully qualified. E.g. "customer@c:\a5mydata\customer.ddd"

Limitations

Desktop applications only.

See Also